@import 'https://fonts.googleapis.com/css?family=Montserrat';

* {
  font-family: Montserrat;
}

body {
  margin: 0;
}
/*navigation menue font*/
a {
  color: #ffffff;
  text-decoration: none;
}


/* - link under - */

.link-arrow:after {
  content: '';
  background-size: 100% 100%;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: -28px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1);
}

.link-arrow:hover:after {
  right: -35px;
}

.link-arrow.link-arrow-white:after {
  background-size: 100% 100%;
}

.link-arrow-hover:after {
  right: -35px;
}

.link {
  display: inline-block;
  position: relative;
  border: none;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-family: Montserrat, helvetica, arial, sans-serif;
  font-weight: 700;
}

.link:active,
.link:focus,
.link:hover {
  outline: 0;
}

.link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  width: 0;
  height: 4px;
  border-radius: 5px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1);
}

.link:hover {
  color: #5eff00;
}

.link:hover:before {
  width: 100%;
}

.link-theme:before {
  background: #ffd300;
}


/* header */

.header {
  background-color: #535050b5;
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
}
/*header small screen*/
@media screen and (max-width: 900px) {
  .header {
    background-color: #535050b5;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 3;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
    }
  }

/* nevigation menu */
.header ul {
  margin: 10px;
  padding: 0 60px 0px 10px;
  list-style: none;
  overflow: hidden;
  background-color:transparent;
}

@media screen and (max-width: 900px) {
  .header ul {
    margin: 0;
    padding: 0 100px 10px 100px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    background-color:rgba(82, 81, 81, 0);
    backdrop-filter: blur(auto);
  
    
    }
  }

.header li a {
  display: block;
  padding: 20px 20px 4px 20px;
  text-decoration: none;
  height: 27px;
}




/* company name */
.company-name {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 35px;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
 .company-name {
    color: #000000;
    font-size: 25px;
    float: left;
    padding: 15px 20px 0 20px;
    text-align: center; 
    font-style: bold;
  }
}

/* Logo styling */
.company-logo {
  width: 100px;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-left: 10px;

}

@media screen and (max-width: 900px) {
  .company-logo {
    width: 80px;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
   }
 }








/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
   /* float: right;*/
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
.header .menu-icon .navicon {
  background: #1aff00;
  display: block;
  height: 2px;
  position: relative;
 /* transition: background .2s ease-out;*/
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fd3d03;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



/* 48em = 768px */

@media (min-width: 875px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 0px 0px 0px;
    margin-left: 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/*background*/
body, #background-image{
    background: url("/assets/377673539.png") no-repeat;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    position: relative;
  }

  @media (max-width: 768px) {
    body, #background-image {
        background-image: url("/assets/VFcX9X2EQUvFyw8MTMfL--1--qa7qw_2x.webp"); /* Use a smaller image for mobile */
        background-size: cover;
        background-position: center;
    }
}





/*topics*/
.container-card h2 {
 	color: #FFFFFF;
  text-align:center;
	padding: 0px 0px;
	border-radius: 5px;
	font-size: 45px;
	position:absolute; top: 10px; left: auto; bottom: auto;
	cursor:pointer;

}

@media (max-width: 768px) {
  .container-card h2 {
   color: #ffffff;
   text-align:center;
   padding: 0px 0px;
   border-radius: 5px;
   font-size: 35px;
   position:absolute; top: 10px; left: auto; bottom: auto;
   cursor:pointer;
  }
}





/*Remove bullets, margin and padding from list*/
ul.demo {
  list-style-type: none;
  color: #B1B1B1;
  margin: 0;
  padding: 30px 55px;
	border-radius: 5px;
	font-size: 20px;
  line-height:  35px;
	position:absolute; top: 100px; left: 25px; bottom: 0px;
	cursor:pointer;
}

@media (max-width: 768px) {
  ul.demo {
    list-style-type: none;
    color: #ffffff;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px;
    line-height:  20px;
    position:absolute; top: 80px; left: 0px; bottom: 0px;
    cursor:pointer;
  }
}



/*container card Box*/
.container-card {
  width: 1200px;
  height: 700px;
  position:absolute; top: 160px; left: 150px; right:100px; bottom:50px;
  background: rgba(0, 0, 0, 0.608);
  display: flex;
  justify-content:center;
  align-items:baseline;
  overflow: hidden;
  border-radius: 25px;
  transition: all 1.0s ease;
}

@media (max-width: 768px) {
  .container-card {
    width: 470px;
    height: 450px;
    position:absolute; top: 80px; left: 15px; right:100px; bottom:50px;
    background: rgba(255, 255, 255, 0.144);
    display: flex;
    justify-content:center;
    align-items:baseline;
    overflow: hidden;
    border-radius: 25px;
    transition: all 1.0s ease;
  }
}


/*Button Read More*/
/* CSS */
.button-2 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  position:relative; top: 600px; left: auto; right:auto; bottom:100px;
  text-decoration: none;
  user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-2:active,
.button-2:hover {
  outline: 0;
}

.button-2 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-2:hover span {
  background: none;
}

@media (max-width: 768px) {
  .button-2 {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 15px;
    justify-content: center;
    line-height: 1em;
    max-width: 50%;
    min-width: 140px;
    padding: 3px;
    position:relative; top: 350px; left: auto; right:auto; bottom:100px;
    text-decoration: none;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .button-2:active,
  .button-2:hover {
    outline: 0;
  }
  
  .button-2 span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .button-2:hover span {
    background: none;
  }
}

/*Images

#myImg1 {
  border-radius: 5px;
  position:relative; top: 50px; left: 1100px; right: auto; bottom:auto;
  cursor: pointer;
  border-radius: 25px;
  transform: rotate(-20grad);
  transition: 0.3s;
}
#myImg2 {
  border-radius: 5px;
  position:relative; top: 50px; left: 1200px; right: auto; bottom:auto;
  cursor: pointer;
  border-radius: 25px;
  transform: rotate(-15grad);
  transition: 0.3s;
}
#myImg3 {
  border-radius: 5px;
  position:relative; top: 50px; left: 1300px; right: auto; bottom:auto;
  cursor: pointer;
  border-radius: 25px;
  transform: rotate(-10grad);
  transition: 0.3s;
}
 /*